Opening and Closing Providers
To create and open a provider, you use a type-specific provider function--for example, theOTOpenEndpoint
orOTAsyncOpenEndpoint
function creates and opens an endpoint. These functions are included in the chapters describing individual providers. When you finish using a provider of any type, always call theOTCloseProvider
function to close and delete the provider.
Subtopics
- OTTransferProviderOwnership
- OTWhoAmI
- OTCloseProvider